home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / CSS General.ini next >
INI File  |  2007-07-13  |  16KB  |  875 lines

  1. [%info]
  2. Used css beautify; for properties and colors
  3. CSS Level 2.1
  4. Reference: http://www.w3.org/TR/CSS21/
  5. CSS Internet Explorer 6 Compatible
  6. Main reference: http://www.blooberry.com/indexdot/css/
  7. CSS Opera 8 Compatible
  8. Reference: http://www.opera.com/docs/specs/css/
  9.  
  10. [%groups]
  11. aural=Aural
  12. borders=Borders
  13. colors=Colors and Backgrounds
  14. fonts=Font
  15. generate=Generated Content
  16. other=Other
  17. page=Page
  18. scrollbar=Scrollbar
  19. table=Tables
  20. text=Text
  21. visual=Visual
  22.  
  23. [%properties]
  24. azimuth
  25. background
  26. background-attachment
  27. background-color
  28. background-image
  29. background-position
  30. background-position-x
  31. background-position-y
  32. background-repeat
  33. behavior
  34. border
  35. border-bottom
  36. border-bottom-color
  37. border-bottom-style
  38. border-bottom-width
  39. border-collapse
  40. border-color
  41. border-left
  42. border-left-color
  43. border-left-style
  44. border-left-width
  45. border-right
  46. border-right-color
  47. border-right-style
  48. border-right-width
  49. border-spacing
  50. border-style
  51. border-top
  52. border-top-color
  53. border-top-style
  54. border-top-width
  55. border-width
  56. bottom
  57. caption-side
  58. clear
  59. clip
  60. color
  61. content
  62. counter-increment
  63. counter-reset
  64. cue
  65. cue-after
  66. cue-before
  67. cursor
  68. direction
  69. display
  70. elevation
  71. empty-cells
  72. filter
  73. float
  74. font
  75. font-family
  76. font-size
  77. font-style
  78. font-variant
  79. font-weight
  80. height
  81. ime-mode
  82. layout-flow
  83. layout-grid
  84. layout-grid-char
  85. layout-grid-char-spacing
  86. layout-grid-line
  87. layout-grid-mode
  88. layout-grid-type
  89. left
  90. letter-spacing
  91. line-break
  92. line-height
  93. list-style
  94. list-style-image
  95. list-style-position
  96. list-style-type
  97. margin
  98. margin-bottom
  99. margin-left
  100. margin-right
  101. margin-top
  102. max-height
  103. max-width
  104. min-height
  105. min-width
  106. orphans
  107. outline
  108. outline-color
  109. outline-style
  110. outline-width
  111. overflow
  112. overflow-x
  113. overflow-y
  114. padding
  115. padding-bottom
  116. padding-left
  117. padding-right
  118. padding-top
  119. page-break-after
  120. page-break-before
  121. page-break-inside
  122. pause
  123. pause-after
  124. pause-before
  125. pitch
  126. pitch-range
  127. play-during
  128. position
  129. quotes
  130. richness
  131. right
  132. ruby-align
  133. ruby-overhang
  134. ruby-position
  135. scrollbar-3dlight-color
  136. scrollbar-arrow-color
  137. scrollbar-base-color
  138. scrollbar-darkshadow-color
  139. scrollbar-face-color
  140. scrollbar-highlight-color
  141. scrollbar-shadow-color
  142. scrollbar-track-color
  143. size
  144. speak
  145. speak-header
  146. speak-numeral
  147. speak-punctuation
  148. speech-rate
  149. stress
  150. table-layout
  151. text-align
  152. text-align-last
  153. text-autospace
  154. text-decoration
  155. text-indent
  156. text-justify
  157. text-kashida-space
  158. text-overflow
  159. text-transform
  160. text-underline-position
  161. top
  162. unicode-bidi
  163. vertical-align
  164. visibility
  165. voice-family
  166. volume
  167. white-space
  168. width
  169. windows
  170. word-break
  171. word-spacing
  172. word-wrap
  173. writing-mode
  174. z-index
  175. zoom
  176. -ms-interpolation-mode
  177.  
  178.  
  179. [%units]
  180. <length>=px|em|ex|pt|in|pc|mm|cm
  181. <angle>=deg|grad|rad
  182. <time>=ms|s
  183. <frequency>=Hz|kHz
  184.  
  185. [%types]
  186. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  187. <border-width>=<length>|thin|medium|thick
  188. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  189. <relative-size>=larger|smaller
  190. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  191.  
  192.  
  193. [background-position-x]
  194. group=colors
  195. value=<percentage>|<length>|left|center|right
  196.  
  197. [background-position-y]
  198. group=colors
  199. value=<percentage>|<length>|top|center|bottom
  200.  
  201. [behavior]
  202. group=other
  203. value=<url>
  204.  
  205. [filter]
  206. group=other
  207. value=<filter>
  208.  
  209. [ime-mode]
  210. group=text
  211. value=auto|active|inactive|disabled
  212.  
  213. [layout-flow]
  214. group=text
  215. value=horizontal|vertical-ideographic
  216.  
  217. [layout-grid]
  218. group=text
  219. value=<mixed>
  220. sub1=layout-grid-mode,both|none|line|char
  221. sub2=layout-grid-type,loose|strict|fixed
  222. sub3=layout-grid-line,<percentage>|<length>|none|auto
  223. sub4=layout-grid-char,<percentage>|<length>|none|auto
  224. sub5=layout-grid-char-spacing,<percentage>|<length>|auto
  225.  
  226. [layout-grid-char]
  227. group=text
  228. value=<percentage>|<length>|none|auto
  229.  
  230. [layout-grid-char-spacing]
  231. group=text
  232. value=<percentage>|<length>|auto
  233.  
  234. [layout-grid-line]
  235. group=text
  236. value=<percentage>|<length>|none|auto
  237.  
  238. [layout-grid-mode]
  239. group=text
  240. value=both|none|line|char
  241.  
  242. [layout-grid-type]
  243. group=text
  244. value=loose|strict|fixed
  245.  
  246. [line-break]
  247. group=text
  248. value=normal|strict
  249.  
  250. [overflow-x]
  251. group=visual
  252. value=visible|hidden|scroll|auto
  253.  
  254. [overflow-y]
  255. group=visual
  256. value=visible|hidden|scroll|auto
  257.  
  258. [page-break-after]
  259. group=page
  260. value=auto|always|avoid|left|right
  261.  
  262. [page-break-before]
  263. group=page
  264. value=auto|always|avoid|left|right
  265.  
  266. [page-break-inside]
  267. group=page
  268. value=avoid|auto
  269.  
  270. [ruby-align]
  271. group=text
  272. value=auto|left|center|right|distribute-letter|distribute-space|line-edge
  273.  
  274. [ruby-overhang]
  275. group=text
  276. value=auto|none|whitespace
  277.  
  278. [ruby-position]
  279. group=text
  280. value=above|inline
  281.  
  282. [scrollbar-3dlight-color]
  283. group=scrollbar
  284. value=<color>
  285.  
  286. [scrollbar-arrow-color]
  287. group=scrollbar
  288. value=<color>
  289.  
  290. [scrollbar-base-color]
  291. group=scrollbar
  292. value=<color>
  293.  
  294. [scrollbar-darkshadow-color]
  295. group=scrollbar
  296. value=<color>
  297.  
  298. [scrollbar-face-color]
  299. group=scrollbar
  300. value=<color>
  301.  
  302. [scrollbar-highlight-color]
  303. group=scrollbar
  304. value=<color>
  305.  
  306. [scrollbar-shadow-color]
  307. group=scrollbar
  308. value=<color>
  309.  
  310. [scrollbar-track-color]
  311. group=scrollbar
  312. value=<color>
  313.  
  314. [size]
  315. group=page
  316. value=<length>|auto|portrait|landscape
  317.  
  318. [text-align-last]
  319. group=text
  320. value=left|right|center|justify|auto
  321.  
  322. [text-autospace]
  323. group=text
  324. value=none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space
  325.  
  326. [text-justify]
  327. group=text
  328. value=inter-word|newspaper|distribute-all-lines|distribute|inter-ideograph|auto
  329.  
  330. [text-kashida-space]
  331. group=text
  332. value=<percentage>
  333.  
  334. [text-overflow]
  335. group=text
  336. value=ellipsis|clip
  337.  
  338. [text-underline-position]
  339. group=text
  340. value=above|below|auto|auto-pos
  341.  
  342. [windows]
  343. group=page
  344. value=<number>
  345.  
  346. [word-break]
  347. group=text
  348. value=normal|break-all|keep-all
  349.  
  350. [word-wrap]
  351. group=text
  352. value=normal|break-word
  353.  
  354. [writing-mode]
  355. group=text
  356. value=lr-tb|rl-tb|tb-rl|bt-rl
  357.  
  358. [z-index]
  359. group=visual
  360. value=<number>|auto
  361.  
  362. [zoom]
  363. group=other
  364. value=<percentage>|<number>|normal
  365.  
  366.  
  367.  
  368. [azimuth]
  369. group=aural
  370. value=<angle>|left-side|far-left|left|center-left|center|center-right|right|far-right|right-side|behind|leftwards|rightwards
  371.  
  372. [background]
  373. group=colors
  374. value=<mixed>
  375. sub1=background-color,<color>|transparent
  376. sub2=background-image,<imageurl>|none
  377. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  378. sub4=background-attachment,scroll|fixed
  379. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  380.  
  381. [background-attachment]
  382. group=colors
  383. value=scroll|fixed
  384.  
  385. [background-color]
  386. group=colors
  387. value=<color>|transparent
  388.  
  389. [background-image]
  390. group=colors
  391. value=<imageurl>|none
  392.  
  393. [background-position]
  394. group=colors
  395. value=<percentage>|<length>|top|center|bottom|left|right
  396.  
  397. [background-repeat]
  398. group=colors
  399. value=repeat|repeat-x|repeat-y|no-repeat
  400.  
  401. [border]
  402. group=borders
  403. value=<mixed>
  404. sub1=width,<border-width>
  405. sub2=style,<border-style>
  406. sub3=color,<color>
  407.  
  408. [border-bottom]
  409. group=borders
  410. value=<mixed>
  411. sub1=width,<border-width>
  412. sub2=style,<border-style>
  413. sub3=color,<color>
  414.  
  415. [border-bottom-color]
  416. group=borders
  417. value=<color>|transparent
  418.  
  419. [border-bottom-style]
  420. group=borders
  421. value=<border-style>
  422.  
  423. [border-bottom-width]
  424. group=borders
  425. value=<border-width>
  426.  
  427. [border-collapse]
  428. group=table
  429. value=collapse|separate
  430.  
  431. [border-color]
  432. group=borders
  433. value=<mixed>|<color>
  434. sub1=border-top-color,<color>
  435. sub2=border-right-color,<color>
  436. sub3=border-bottom-color,<color>
  437. sub4=border-left-color,<color>
  438.  
  439. [border-left]
  440. group=borders
  441. value=<mixed>
  442. sub1=width,<border-width>
  443. sub2=style,<border-style>
  444. sub3=color,<color>
  445.  
  446. [border-left-color]
  447. group=borders
  448. value=<color>|transparent
  449.  
  450. [border-left-style]
  451. group=borders
  452. value=<border-style>
  453.  
  454. [border-left-width]
  455. group=borders
  456. value=<border-width>
  457.  
  458. [border-right]
  459. group=borders
  460. value=<mixed>
  461. sub1=width,<border-width>
  462. sub2=style,<border-style>
  463. sub3=color,<color>
  464.  
  465. [border-right-color]
  466. group=borders
  467. value=<color>|transparent
  468.  
  469. [border-right-style]
  470. group=borders
  471. value=<border-style>
  472.  
  473. [border-right-width]
  474. group=borders
  475. value=<border-width>
  476.  
  477. [border-spacing]
  478. group=table
  479. value=<length>
  480.  
  481. [border-style]
  482. group=borders
  483. value=<mixed>|<border-style>
  484. sub1=border-top-style,<border-style>
  485. sub2=border-right-style,<border-style>
  486. sub3=border-bottom-style,<border-style>
  487. sub4=border-left-style,<border-style>
  488.  
  489. [border-top]
  490. group=borders
  491. value=<mixed>
  492. sub1=width,<border-width>
  493. sub2=style,<border-style>
  494. sub3=color,<color>
  495.  
  496. [border-top-color]
  497. group=borders
  498. value=<color>|transparent
  499.  
  500. [border-top-style]
  501. group=borders
  502. value=<border-style>
  503.  
  504. [border-top-width]
  505. group=borders
  506. value=<border-width>
  507.  
  508. [border-width]
  509. group=borders
  510. value=<mixed>|<border-width>
  511. sub1=border-top-width,<border-width>
  512. sub2=border-right-width,<border-width>
  513. sub3=border-bottom-width,<border-width>
  514. sub4=border-left-width,<border-width>
  515.  
  516. [bottom]
  517. group=visual
  518. value=<percentage>|<length>|auto
  519.  
  520. [caption-side]
  521. group=table
  522. value=top|bottom
  523.  
  524. [clear]
  525. group=borders
  526. value=none|left|right|both
  527.  
  528. [clip]
  529. group=visual
  530. value=auto
  531.  
  532. [color]
  533. group=colors
  534. value=<color>
  535.  
  536. [content]
  537. group=generate
  538. value=<url>|open-quote|close-quote|no-open-quote|no-close-quote
  539.  
  540. [counter-increment]
  541. group=generate
  542. value=none
  543.  
  544. [counter-reset]
  545. group=generate
  546. value=none
  547.  
  548. [cue]
  549. group=aural
  550. value=<mixed>
  551. sub1=cue-before,<url>|none
  552. sub2=cue-after,<url>|none
  553.  
  554. [cue-after]
  555. group=aural
  556. value=<url>|none
  557.  
  558. [cue-before]
  559. group=aural
  560. value=<url>|none
  561.  
  562. [cursor]
  563. group=visual
  564. value=<url>|auto|crosshair|default|pointer|move|e-resize|ne-resize|nw-resize|n-resize|se-resize|sw-resize|s-resize|w-resize|text|wait|help|progress
  565.  
  566. [direction]
  567. group=visual
  568. value=ltr|rtl
  569.  
  570. [display]
  571. group=visual
  572. value=inline|block|list-item|run-in|table|inline-table|inline-block|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none
  573.  
  574. [elevation]
  575. group=aural
  576. value=<angle>|below|level|above|higher|lower
  577.  
  578. [empty-cells]
  579. group=table
  580. value=show|hide
  581.  
  582. [float]
  583. group=borders
  584. value=left|right|none
  585.  
  586. [font]
  587. group=fonts
  588. value=<mixed>
  589. sub1=font-style,normal|italic|oblique
  590. sub2=font-variant,normal|small-caps
  591. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  592. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  593. sub5=line-height,<percentage>|<length>|<number>|normal
  594. sub6=font-family,<font>
  595. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  596.  
  597. [font-family]
  598. group=fonts
  599. value=<font>
  600.  
  601. [font-size]
  602. group=fonts
  603. value=<length>|<percentage>|<relative-size>|<absolute-size>
  604.  
  605. [font-style]
  606. group=fonts
  607. value=normal|italic|oblique
  608.  
  609. [font-variant]
  610. group=fonts
  611. value=normal|small-caps
  612.  
  613. [font-weight]
  614. group=fonts
  615. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  616.  
  617. [height]
  618. group=visual
  619. value=<percentage>|<length>|auto
  620.  
  621. [left]
  622. group=visual
  623. value=<percentage>|<length>|auto
  624.  
  625. [letter-spacing]
  626. group=text
  627. value=<length>|normal
  628.  
  629. [line-height]
  630. group=text
  631. value=<percentage>|<length>|<number>|normal
  632.  
  633. [list-style]
  634. group=visual
  635. value=<mixed>
  636. sub1=list-style-type,disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  637. sub2=list-style-position,inside|outside
  638. sub3=list-style-image,<imageurl>|none
  639.  
  640. [list-style-image]
  641. group=visual
  642. value=<imageurl>|none
  643.  
  644. [list-style-position]
  645. group=visual
  646. value=inside|outside
  647.  
  648. [list-style-type]
  649. group=visual
  650. value=disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  651.  
  652. [margin]
  653. group=borders
  654. value=<mixed>|<percentage>|<length>|auto
  655. sub1=margin-top,<percentage>|<length>|auto
  656. sub2=margin-right,<percentage>|<length>|auto
  657. sub3=margin-bottom,<percentage>|<length>|auto
  658. sub4=margin-left,<percentage>|<length>|auto
  659.  
  660. [margin-bottom]
  661. group=borders
  662. value=<percentage>|<length>|auto
  663.  
  664. [margin-left]
  665. group=borders
  666. value=<percentage>|<length>|auto
  667.  
  668. [margin-right]
  669. group=borders
  670. value=<percentage>|<length>|auto
  671.  
  672. [margin-top]
  673. group=borders
  674. value=<percentage>|<length>|auto
  675.  
  676. [max-height]
  677. group=visual
  678. value=<percentage>|<length>|none
  679.  
  680. [max-width]
  681. group=visual
  682. value=<percentage>|<length>|none
  683.  
  684. [min-height]
  685. group=visual
  686. value=<percentage>|<length>|none
  687.  
  688. [min-width]
  689. group=visual
  690. value=<percentage>|<length>|none
  691.  
  692. [orphans]
  693. group=page
  694. value=<number>
  695.  
  696. [outline]
  697. group=visual
  698. value=<mixed>
  699. sub1=outline-color,<color>
  700. sub2=outline-style,<border-style>
  701. sub3=outline-width,<border-width>
  702.  
  703. [outline-color]
  704. group=visual
  705. value=<color>|invert
  706.  
  707. [outline-style]
  708. group=visual
  709. value=<border-style>
  710.  
  711. [outline-width]
  712. group=visual
  713. value=<border-width>
  714.  
  715. [overflow]
  716. group=visual
  717. value=visible|hidden|scroll|auto
  718.  
  719. [padding]
  720. group=borders
  721. value=<mixed>|<percentage>|<length>
  722. sub1=padding-top,<percentage>|<length>
  723. sub2=padding-right,<percentage>|<length>
  724. sub3=padding-bottom,<percentage>|<length>
  725. sub4=padding-left,<percentage>|<length>
  726.  
  727. [padding-bottom]
  728. group=borders
  729. value=<percentage>|<length>
  730.  
  731. [padding-left]
  732. group=borders
  733. value=<percentage>|<length>
  734.  
  735. [padding-right]
  736. group=borders
  737. value=<percentage>|<length>
  738.  
  739. [padding-top]
  740. group=borders
  741. value=<percentage>|<length>
  742.  
  743. [pause]
  744. group=aural
  745. value=<mixed>
  746. sub1=pause-before,<time>|<percentage>
  747. sub2=pause-after,<time>|<percentage>
  748.  
  749. [pause-after]
  750. group=aural
  751. value=<time>|<percentage>
  752.  
  753. [pause-before]
  754. group=aural
  755. value=<time>|<percentage>
  756.  
  757. [pitch]
  758. group=aural
  759. value=<frequency>|x-low|low|medium|high|x-high
  760.  
  761. [pitch-range]
  762. group=aural
  763. value=<number>
  764.  
  765. [play-during]
  766. group=aural
  767. value=<url>|mix|repeat|auto|none
  768.  
  769. [position]
  770. group=visual
  771. value=static|relative|absolute|fixed
  772.  
  773. [quotes]
  774. group=visual
  775. value=none
  776.  
  777. [richness]
  778. group=aural
  779. value=<number>
  780.  
  781. [right]
  782. group=visual
  783. value=<percentage>|<length>|auto
  784.  
  785. [speak]
  786. group=aural
  787. value=normal|none|spell-out
  788.  
  789. [speak-header]
  790. group=aural
  791. value=once|always
  792.  
  793. [speak-numeral]
  794. group=aural
  795. value=digits|continuous
  796.  
  797. [speak-punctuation]
  798. group=aural
  799. value=code|none
  800.  
  801. [speech-rate]
  802. group=aural
  803. value=<number>|x-slow|slow|medium|fast|x-fast|faster|slower
  804.  
  805. [stress]
  806. group=aural
  807. value=<number>
  808.  
  809. [table-layout]
  810. group=table
  811. value=auto|fixed
  812.  
  813. [text-align]
  814. group=text
  815. value=left|right|center|justify
  816.  
  817. [text-decoration]
  818. group=text
  819. value=none|underline|overline|line-through|blink
  820.  
  821. [text-indent]
  822. group=text
  823. value=<percentage>|<length>
  824.  
  825. [text-transform]
  826. group=text
  827. value=capitalize|uppercase|lowercase|none
  828.  
  829. [top]
  830. group=visual
  831. value=<percentage>|<length>|auto
  832.  
  833. [unicode-bidi]
  834. group=visual
  835. value=normal|embed|bidi-override
  836.  
  837. [vertical-align]
  838. group=visual
  839. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  840.  
  841. [visibility]
  842. group=visual
  843. value=visible|hidden|collapse
  844.  
  845. [voice-family]
  846. group=aural
  847. value=<mixed>
  848. sub1=specific-voice,<string>
  849. sub2=generic-voice,male|female|child
  850.  
  851. [volume]
  852. group=aural
  853. value=<percentage>|<number>|silent|x-soft|soft|medium|loud|x-loud
  854.  
  855. [white-space]
  856. group=text
  857. value=normal|pre|nowrap|pre-wrap|pre-line
  858.  
  859. [widows]
  860. group=visual
  861. value=<number>
  862.  
  863. [width]
  864. group=visual
  865. value=<percentage>|<length>|auto
  866.  
  867. [word-spacing]
  868. group=text
  869. value=<length>|normal
  870.  
  871. [z-index]
  872. group=visual
  873. value=<number>|auto
  874.  
  875.